Skip to content

K8s fleet management + gitops - customer case #14468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

SaraDPH
Copy link
Contributor

@SaraDPH SaraDPH commented Mar 20, 2025

This article is based on the PulumiUP 2024 by Imagine Learning on Kubernetes Fleet Management using Pulumi. Social proof article.

Other keywords/topics: GitOps / Argo CD


Note: I have not yet found the ideal page in pulumi.com to send them to for the specific topics vs broader ones.

@SaraDPH SaraDPH self-assigned this Mar 20, 2025
@SaraDPH SaraDPH added the area/blog Content issues on blog posts. label Mar 20, 2025
@pulumi-bot
Copy link
Collaborator

@SaraDPH SaraDPH changed the title K8s fleet management + gitops - customer use case K8s fleet management + gitops - customer case Mar 21, 2025
@pulumi-bot
Copy link
Collaborator

@pulumi-bot
Copy link
Collaborator

one space one error to be fixed
@SaraDPH SaraDPH added the awaiting-feedback Blocked on input from the author label Mar 25, 2025
@pulumi-bot
Copy link
Collaborator

Copy link
Contributor

@adamgordonbell adamgordonbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One problem highlighted. Otherwise lgtm

To bridge the gap between their infrastructure code and Kubernetes, Imagine Learning uses Argo CD to manage a Kubernetes secret that contains the relevant metadata from their Pulumi deployments. Here's an example of how they create this secret:

```
const clusterSecret = new k8s.core.v1.Secret("cluster-secret", {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels like the tabs got lost here.

Should indent at { like above

@pulumi-bot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/blog Content issues on blog posts. awaiting-feedback Blocked on input from the author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants